@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #565656;
  background: #fff;
  font-feature-settings: 'pnum' on, 'lnum' on;
}
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
b, strong {
  font-weight: 700;
}
i {
  font-style: italic;
}
ul,
ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  color: #121318;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 24px;
}
h1 b, h2 b, h3 b {
  font-weight: inherit;
  color: #FAA928;
}


.mCustomScrollbar {
  overflow: hidden;
  -ms-touch-action: pinch-zoom;
      touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
      touch-action: auto;
}
.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
	position: absolute;
	width: 6px;
	height: auto;
	left: auto;
	top: 15px;
	right: 0;
	bottom: 15px;
}
.mCSB_outside + .mCSB_scrollTools{
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
  height: 100%;
	margin: 0;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 6px;
	height: 100%;
	margin: 0;
  background: #DDE8FF;
	text-align: center;
  border-radius: 3px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.col::before,
.col::after {
  content: " ";
  display: table;
  clear: both;
}
.row {
  display: block;
  margin: 0;
  padding: 0;
}
.container {
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.col {
  min-height: 1px;
  padding: 0;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 46px;
  margin: 0;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
  color: #fff!important;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-content: center;
  background: #0014ff;
  outline: 0;
  border: 0;
  border-radius: 10px;
  white-space: nowrap;
  transition: all .3s ease;
}
.btn.light {
  color: #383838;
  background: #E9F0FF;
}
.btn.block {
  display: block;
}

.frame {
  position: relative;
  margin: 0;
  padding: 0;
}
.frame > .container {
  position: relative;
}

@media(max-width: 767px) {
  .btn-full.mob {
    display: block;
    margin: 0;
    padding: 14px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #0014ff;
    text-align: center;
    background: #E9F0FF;
    border-radius: 13px;
    cursor: pointer;
  }
  .btn-full.pc {
    display: none;
  }
  .tab-price-mb {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    background: #E9F0FF;
    border-radius: 13px;
  }
  .tab-price-mb .tab-link {
    cursor: pointer;
    display: block;
    position: relative;
    flex: 1 1 auto;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #383838;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    outline: 0;
    border: 0;
  }
  .tab-price-mb .tab-link.active {
    color: #fff;
    background: #0014ff;
  }
  .tab-nav {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
    padding: 5px;
    background: #E9F0FF;
    border-radius: 13px;
  }
  .tab-nav .tab-link,
  .tab-nav .tab-link-one {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #383838;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    outline: 0;
    border: 0;
    border-radius: 10px;
  }
  .tab-nav .tab-link-one,
  .tab-nav .tab-link.active {
    color: #fff;
    background: #0014ff;
  }
  .tab-nav.pc {
    display: none;
  }
  .tabs-pc {
    display: none;
  }
  .tabs-mb {
    display: block;
  }
  .card {
    margin: 0 0 10px 0;
    padding: 20px;
    background: #EFF6FC;
    border-radius: 13px;
  }
  .card-head {
    margin: 0 0 20px 0;
  }
  .card-head .title {
    display: block;
  }
  .card-head .price {
    display: block;
    margin: 10px 0 20px 0;
    color: #A6A6A6;
  }
  .card-head .price.d {
    display: none;
  }
  .card-head .price span {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #000;
  }
  .card-body ul li {
    position: relative;
    padding: 5px 0 5px 25px;
    font-weight: 600;
  }
  .card-body ul li svg {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
  }
}
@media(min-width: 768px) {
  .btn-full.pc {
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 180px;
    left: 20px;
    width: 250px;
    margin: 0;
    padding: 25px 10px 25px 75px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    background: #DDE8FF;
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s ease;
  }
  .btn-full.pc::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px;
    border-radius: 50%;
    background: transparent;
    transition: all .4s ease;
  }
  .btn-full.pc:hover {
    box-shadow: 0 0 0 3px #DDE8FF;
  }
  .btn-full.pc:hover::before {
    background: #fff;
    box-shadow: 0 0 0 140px #fff;
  }
  .btn-full.pc i {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #A6A6A6;
    font-style: normal;
  }
  .btn-full.pc span {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 50%;
    left: 20px;
    margin: -21px 0;
    width: 42px;
    height: 42px;
    background: #BED7FF;
    border-radius: 50%;
  }
  .btn-full.pc span svg {
    position: absolute;
    width: 20px;
    height: 20px;
    fill: #0014ff;
  }
  .btn-full.mob {
    display: none;
  }
  .tab-price-mb {
    display: none;
  }
  .tabs-mb {
    display: none;
  }
  .tabs-pc {
    display: block;
    padding: 40px 0;
  }
  .frame {
    background: #EFF6FC;
  }
  .tab-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .tab-nav .tab-link {
    cursor: pointer;
    display: block;
    position: relative;
    width: 240px;
    margin: 0 -1px 0 0;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    outline: 0;
    border: 0;
    border: 1px solid #EFF6FC;
    border-bottom: 0;
  }
  .tab-nav .tab-link.active {
    background: #EFF6FC;
  }
  .tab-nav .tab-link.active::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #0014ff;
  }
  .tab-nav.mob {
    display: none;
  }
  .cards {
    margin: 250px 0 0 0;
    padding: 5px;
    background: #0014ff;
    border-radius: 15px;
  }
  .cards ul,
  .cards ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .cards ul li {
    display: flex;
    align-items: center;
    height: 70px;
  }
  .cards-head {
    float: left;
    width: 250px;
    margin: 0;
    padding: 10px 10px 10px 5px;
  }
  .cards-head ul li {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    color: #fff;
  }
  .cards-head ul li:not(:first-child) {
    border-top: 1px solid #A6BFF1;
  }
  .tab-price {
    margin: 10px -10px 20px -10px;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
    color: #A6A6A6;
  }
  .tab-price .tab-link,
  .tab-price .tab-link-one {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 4px 10px;
    padding: 0;
  }
  .tab-price .tab-link.active,
  .tab-price .tab-link-one {
    color: #000;
  }
  .tab-price .tab-link.active::before,
  .tab-price .tab-link-one::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: 0 -5px;
    height: 4px;
    background: #0014ff;
    border-radius: 2px;
  }
  .cards-body {
    position: relative;
    float: left;
    width: calc(100% - 250px);
    margin: 0;
    padding: 10px;
    background: #EFF6FC;
    border-radius: 10px;
  }
  .cards-body.col-1 .card {
    width: 100%;
  }
  .cards-body.col-2 .card {
    width: 50%;
  }
  .cards-body.col-3 .card {
    width: 33.33333333333333%;
  }
  .cards-body.col-4 .card {
    width: 25%;
  }
  .cards-body.col-5 .card {
    width: 20%;
  }
  .card {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
  }
  .card:not(:first-child) ul {
    border-left: 1px solid #DDE8FF;
  }
  .card ul li {
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .card ul li:not(:first-child) {
    border-top: 1px solid #DDE8FF;
  }
  .card ul li.small {
    font-size: 11px;
    line-height: 14px;
  }
  .card ul li svg {
    width: 20px;
    height: 20px;
  }
  .card .card-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -265px;
    left: 0;
    right: 0;
    height: 240px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
  }
  .card:not(:first-child) .card-head {
    border-left: 1px solid #DDE8FF;
  }
  .card .card-head .title {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .card .card-head .price {
    display: block;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: #000;
  }
  .card .card-head .price.d {
    display: none;
  }
  .card .card-head .sale {
    display: block;
    margin-top: 10px;
    color: #A6A6A6;
  }
  .card .card-head .btn {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 46px;
    padding: 8px 20px;
    color: #0014ff;
    background: #DDE8FF;
    transition: all .2s ease;
  }
  .card .card-head .btn::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px;
    border-radius: 50%;
    background: transparent;
    transition: all .3s ease;
  }
  .card .card-head .btn:hover {
    box-shadow: 0 0 0 3px #DDE8FF;
  }
  .card .card-head .btn:hover::before {
    background: #fff;
    box-shadow: 0 0 0 50px #fff;
  }
}

.modal-wrap {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.8);
}
.modal-wrap.open {
  display: flex;
}
.modal-tail {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: calc(90vw - 40px);
  max-width: 1200px;
  height: calc(100vh - 40px);
  margin: 0;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
}
.modal-head {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.modal-head .btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
}
.modal-head h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #333;
}
.modal-body {
  display: block;
  position: absolute;
  top: 80px;
  left: 10px;
  right: 10px;
  bottom: 0;
  padding: 0;
}
.modal-body h3 {
  display: none;
}
.modal-body .btn-close {
  display: none;
}

.modal-body .loading {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px;
  animation: loading 1.5s infinite;
  animation-timing-function: ease-in-out;
}
.modal-body .loading path:nth-child(1) {
  fill: rgba(0,0,0,.8);
}
.modal-body .loading path:nth-child(2) {
  fill: rgba(0,0,0,.7);
}
.modal-body .loading path:nth-child(3) {
  fill: rgba(0,0,0,.6);
}
.modal-body .loading path:nth-child(4) {
  fill: rgba(0,0,0,.5);
}
.modal-body .loading path:nth-child(5) {
  fill: rgba(0,0,0,.4);
}
.modal-body .loading path:nth-child(6) {
  fill: rgba(0,0,0,.3);
}
.modal-body .loading path:nth-child(7) {
  fill: rgba(0,0,0,.2);
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media(min-width: 992px) {
  .full-tab-nav,
  .full-tabs {
    display: none;
  }
  .ftablem {
    display: none;
  }
  .ftable {
    display: table;
    margin: 10px;
    zoom: .8;
  }
  .ftable thead tr th {
    padding: 6px 4px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
  .ftable thead tr th:first-child {
    padding-left: 0;
    text-align: left;
  }
  .ftable thead tr th.border {
    border-left: 1px solid #DDE8FF;
  }
  .ftable thead tr.thead1 th {
    padding-bottom: 0;
    font-size: 12px;
    color: #A6A6A6;
  }
  .ftable thead tr.thead2 th {
    padding-top: 0;
    font-size: 14px;
    border-bottom: 2px solid #DDE8FF;
  }
  .ftable tbody tr td {
    margin: 0;
    padding: 15px 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #DDE8FF;
  }
  .ftable tbody tr td small {
    font-size: 10px;
    line-height: 13px;
  }
  .ftable tbody tr td svg {
    margin: 2px 0 -2px 0;
    padding: 0;
    width: 16px;
    height: 16px;
  }
  .ftable tbody tr td span.price {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
  }
  .ftable tbody tr td:first-child {
    padding-left: 0;
    color: #383838;
    text-align: left;
  }
  .ftable tbody tr td:first-child h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
  }
  .ftable tbody tr td:first-child span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
  }
  .ftable tbody tr td:first-child span.price {
    padding: 3px 0;
    white-space: normal;
  }
  .ftable tbody tr td.border {
    border-left: 1px solid #DDE8FF;
  }
}
@media(min-width: 1200px) {
  .ftable {
    zoom: 1;
  }
}
@media(max-width: 991px) {
  .modal-head {
    display: none;
  }
  .modal {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
  .modal-body {
    top: 0;
    padding: 10px;
  }
  .modal-body h3 {
    display: block;
    margin: 0;
    padding: 20px 0 40px 0;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }
  .modal-body .btn-close {
    cursor: pointer;
    display: block;
    position: fixed;
    z-index: 9;
    top: 10px;
    right: 30px;
  }
  .ftablem {
    display: table;
    width: 100%;
    margin: 10px 0;
  }
  .ftable {
    display: none;
  }
  .full-tabs {
    display: block;
  }
  .full-tab-nav {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
    padding: 5px;
    background: #E9F0FF;
    border-radius: 13px;
  }
  .full-tab-nav .tab-link {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #383838;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    outline: 0;
    border: 0;
    border-radius: 10px;
  }
  .full-tab-nav .tab-link.active {
    color: #fff;
    background: #0014ff;
  }
  .ftablem thead tr th {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #0014ff;
  }
  .ftablem tbody tr td {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
  }
  .ftablem tbody tr td.title {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
  }
  .ftablem tbody tr td.title h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #000;
  }
  .ftablem tbody tr td.title span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6;
  }
  .ftablem tbody tr td svg {
    width: 16px;
    height: 16px;
  }
  .ftablem tbody tr td svg path {
    fill: #383838;
  }
  .ftablem thead tr th:nth-child(2),
  .ftablem tbody tr td:nth-child(2) {
    color: #0077FF;
  }
  .ftablem tbody tr td:nth-child(2) svg path {
    fill: #0077FF;
  }
  .ftablem thead tr th:nth-child(3),
  .ftablem tbody tr td:nth-child(3) {
    color: #29AAEC;
  }
  .ftablem tbody tr td:nth-child(3) svg path {
    fill: #29AAEC;
  }
  .ftablem thead tr th:nth-child(4),
  .ftablem tbody tr td:nth-child(4) {
    color: #FE013B;
  }
  .ftablem tbody tr td:nth-child(4) svg path {
    fill: #FE013B;
  }

  .ftablem thead.fixed-head.fixed {
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    background: #fff;
  }
  .ftablem thead.fixed-head.fixed tr {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }
}














/**/
